home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1994 December / Nautilus CD Magazine Volume 4-12 December 1994 Windows Edition.mdf / compware / feature / connect / netmanag / 1netm.iap < prev    next >
INI File  |  1994-11-21  |  3KB  |  124 lines

  1. [Company]
  2. ; Label shown on the Tab control
  3. TabLabel=NetManage
  4. ; Logo file
  5. LogoFile=1netm.dib
  6. ; Company descriptions
  7. Label1=Welcome to Instant Internet!
  8. ;This is the 2nd string used for describing your company
  9. Label2=Automated Internet Signup and Configuration
  10. ;This is the 3rd string used for describing your company
  11. Label3=Please select the More Info Button
  12. ;This is the file used for displaying more of your company's information
  13. ; cards supported (yes or no for each card type)
  14. Visa=yes
  15. MasterCard=yes
  16. AmericanExpress=yes
  17. Discover=no
  18. ; Information file on company
  19. InfoFile=1netm.txt
  20. InfoTitle=MORE INFORMATION on NetManage
  21. ; Number of available phone numbers for online registration
  22. TotalPhone=2
  23. ; Specify the amount of additional information required (0..10)
  24. TotalField=7
  25. ; Number of radio button selections (0..5)
  26. TotalRadioButtons=4
  27. ; Specify promotional parameters (up to 5)
  28.  
  29. ;
  30. ; script to wait for connect
  31. ;
  32. Script=-n NM_MET01$r$n
  33.  
  34. [PhoneList]
  35. Phone1=1-800-221-4010
  36. Phone2=408-777-8040
  37.  
  38. [Field 1]
  39. UserLabel=Provider ID? (Optional - Please see Help)
  40. InfoLabel=PrefUserID1
  41. ErrMsg=Please fill out your Service Provider's ID Number
  42. Length=8
  43. Require=no
  44. MinLen=4
  45. Type=Ascii
  46.  
  47. [Field 2]
  48. ; used above the edit control (should less than 50 characters)
  49. UserLabel=Local Access Phone Number? (Optional)
  50. ; INFO parameter used for passing back to the server
  51. InfoLabel=PrefUserID2
  52. ; maximum length of data if user specify this field
  53. Length=18
  54. ; is this optional field required ? (could be yes or no)
  55. Require=no
  56. ; prompt this error message to user if this (required) field is not specified
  57. ErrMsg=Please fill out your dial-up access number
  58. ; minimum length of data if user specifies this field
  59. MinLen=4
  60. ; type of the data, could be:
  61. ; Alpha     - 'A'-'Z' or 'a'-'z'
  62. ; AlphaNum  - 'A'-'Z', 'a'-'z', or '0'-'9'
  63. ; Ascii     - ASCII character (0x00 - 0x7F)
  64. ; Digit     - '0'-'9'
  65. Type=Ascii
  66.  
  67. [Field 3]
  68. UserLabel=Your User Account Name? (Optional)
  69. InfoLabel=PrefUserID3
  70. Length=15
  71. Require=no
  72. ErrMsg=Please fill out your User Account name
  73. MinLen=4
  74. Type=Ascii
  75.  
  76. [Field 4]
  77. UserLabel=Your User Account Password? (Optional)
  78. InfoLabel=PrefUserID4
  79. Length=15
  80. Require=no
  81. ErrMsg=Please fill out your User Account password
  82. MinLen=4
  83. Type=Ascii
  84.  
  85. [Field 5]
  86. UserLabel=Your IP Address (x.x.x.x)? (Optional)
  87. InfoLabel=PrefUserID5
  88. Length=15
  89. Require=no
  90. ErrMsg=Please fill out your IP address
  91. MinLen=7
  92. Type=Ascii
  93.  
  94. [Field 6]
  95. UserLabel=Your Mail Account User ID? (Optional)
  96. InfoLabel=PrefUserID6
  97. Length=15
  98. Require=no
  99. ErrMsg=Please fill out your Mail Account name
  100. MinLen=4
  101. Type=Ascii
  102.  
  103. [Field 7]
  104. UserLabel=Your Mail Account Password? (Optional)
  105. InfoLabel=PrefUserID7
  106. Length=15
  107. Require=no
  108. ErrMsg=Please fill out your Mail Account password
  109. MinLen=4
  110. Type=Ascii
  111.  
  112. [RadioButtons]
  113. ; used as Group box label
  114. UserLabel=Type of dialup account? (Optional)
  115. ; INFO parameter used for passing back to the server
  116. InfoLabel=INFO8
  117. ; default selection (1..5)
  118. DefSelect=1
  119. ; selection descriptions
  120. Select1=PPP
  121. Select2=SLIP
  122. Select3=CSLIP
  123. Select4=ISDN
  124.